home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / doorware / dragon29.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1996-10-23  |  421b  |  23 lines

  1. echo off
  2. type readmeor.die | more
  3. pause
  4. rem cls
  5. rem type betaread.me | more
  6. echo Press Ctrl-Break to abort installation, any other key to continue.
  7. pause > NUL
  8.  
  9. if not exist game.cfg goto install
  10. rename game.cfg game.old
  11.  
  12. :install
  13. echo Extracting The Dragon's Claw to current directory.
  14. dragon.exe e
  15. del dragon.exe
  16.  
  17. if not exist game.old goto end
  18. del game.cfg
  19. rename game.old game.cfg
  20.  
  21. :end
  22. echo on
  23.